home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / bcpl4amiga.lha / bcpl.txt
Text File  |  1991-10-22  |  909b  |  22 lines

  1.  
  2. There's a BCPL* compiler bootstrap kit with an INTCODE interpreter in
  3. C.  It compiles on CP/M, MSDOS and Unix.  Executables for CP/M and DOS
  4. are also provided.  You can get it from ftp.syd.dit.csiro.au
  5. [130.155.128.3] in [.languages]bcpl.tar_z (VMS machine).  The kit is
  6. based on the INTCODE bootstrap technique explained in the book BCPL:
  7. The language and its implementation, Richards and another (not certain
  8. of title, book's at home).
  9.  
  10. Remember, it's an interpretive system for bootstrapping purposes, so
  11. expect a 10 to 20 times hit compared with native code.
  12.  
  13. The interpreter was done for fun so it's offered as is, no support,
  14. USTL.  But if you do anything weird with it, do let me know.
  15.  
  16. *BCPL (Basic Combined Programming Language) is a system programming
  17. language invented by Martin Richards. It's a typeless language with
  18. only one data type, the machine word.  Some of its ideas have
  19. influenced C.
  20.  
  21.  
  22.